home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++Builder
- //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef MDRepH
- #define MDRepH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\QuickRep.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TMDForm : public TForm
- {
- __published: // IDE-managed Components
- TQRBand *Orderlines;
- TQRDBText *QRDBText8;
- TQRDBText *QRDBText12;
- TQRDBText *QRDBText13;
- TQRDBText *QRDBText14;
- TQRDBText *QRDBText16;
- TQRBand *Title;
- TQRLabel *QRLabel15;
- TImage *Image1;
- TQRLabel *QRLabel1;
- TQRLabel *QRLabel16;
- TQRBand *CustomerHeading;
- TQRDBText *QRDBText1;
- TQRLabel *QRLabel3;
- TQRLabel *QRLabel4;
- TQRDBText *QRDBText3;
- TQRDBText *QRDBText4;
- TQRLabel *QRLabel5;
- TQRDBText *QRDBText5;
- TQRBand *CustomerFooter;
- TQRDBCalc *QRDBCalc1;
- TQRLabel *QRLabel7;
- TQRBand *PageFooter;
- TQRSysData *QRSysData1;
- TQRBand *Summary;
- TQRDBCalc *QRDBCalc2;
- TQRLabel *QRLabel6;
- TQRLabel *QRLabel9;
- TQRLabel *QRLabel10;
- TQRDBCalc *QRDBCalc4;
- TQRDBCalc *QRDBCalc5;
- TQRLabel *QRLabel11;
- TQRDBCalc *QRDBCalc6;
- TQRLabel *QRLabel12;
- TQRDBCalc *QRDBCalc7;
- TQRBand *Detail;
- TQRDBText *QRDBText2;
- TQRDBText *QRDBText7;
- TQRLabel *QRLabel2;
- TQRLabel *QRLabel8;
- TQRLabel *QRLabel17;
- TQRShape *QRShape1;
- TQRLabel *QRLabel18;
- TQRShape *QRShape2;
- TQRLabel *QRLabel19;
- TQRShape *QRShape3;
- TQRLabel *QRLabel20;
- TQRShape *QRShape4;
- TQRBand *OrderSummary;
- TQRShape *QRShape5;
- TQRLabel *QRLabel21;
- TQRDBCalc *QRDBCalc3;
- TQuickReport *MDRep;
- TQRDetailLink *QRDetailLink1;
- TQRDetailLink *QRDetailLink2;
- private: // User declarations
- public: // User declarations
- virtual __fastcall TMDForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TMDForm *MDForm;
- //---------------------------------------------------------------------------
- #endif
-